home *** CD-ROM | disk | FTP | other *** search
/ Next Step: Mars? / Next Step Mars (1994)(IVI).iso / modle3b.dir / 00008_Script_8 < prev    next >
Text File  |  1994-11-28  |  181b  |  13 lines

  1. on idle
  2.   if soundBusy(1) OR the frame > 520 then exit
  3.   else
  4.     
  5.     puppetSound (0)
  6.     updateStage
  7.     puppetSound "adventure"
  8.     updateStage
  9.   end if
  10.   
  11. end idle
  12.  
  13.